type net/http.http2ConnectionError

54 uses

	net/http (current package)
		h2_bundle.go#L1392: type http2ConnectionError http2ErrCode
		h2_bundle.go#L1394: func (e http2ConnectionError) Error() string {
		h2_bundle.go#L2108: 	return http2ConnectionError(code)
		h2_bundle.go#L2299: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2310: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2315: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2323: 		return nil, http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L2434: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2438: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2476: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2480: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2529: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2541: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2788: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2792: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2880: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2902: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3169: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3181: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3185: 			return mh, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3202: 		return mh, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3621: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3625: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L3629: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3633: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5619: 	case http2ConnectionError:
		h2_bundle.go#L5644: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5684: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5709: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5725: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5757: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5821: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5829: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5898: 			return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
		h2_bundle.go#L5921: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6076: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6104: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6206: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6467: 		return sc.countError("too_many_early_resets", http2ConnectionError(http2ErrCodeEnhanceYourCalm))
		h2_bundle.go#L7431: 	case http2ConnectionError:
		h2_bundle.go#L9813: 	if ce, ok := cc.readerErr.(http2ConnectionError); ok {
		h2_bundle.go#L9904: 	if ce, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9958: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10029: 		if _, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L10200: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10206: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10211: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10334: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10348: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10388: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10534: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10553: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10632: 		return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10739: 	return http2ConnectionError(http2ErrCodeProtocol)